gtk: save/restore the cairo_t around early upchaining in draw()
authorMichael Natterer <mitch@gimp.org>
Fri, 21 Jan 2011 14:06:43 +0000 (15:06 +0100)
committerMichael Natterer <mitch@gimp.org>
Fri, 21 Jan 2011 14:06:43 +0000 (15:06 +0100)
commit7fabfec5333c6bf8ab40082e3c5e56f1d525650c
tree82bed6b9905a076f2383cfb1e7aaf4c3c69fbc94
parent287a3884157fff03873db8fbe29d8423034eef29
gtk: save/restore the cairo_t around early upchaining in draw()

and don't save/restore the style context because that's the job of
each draw() implementation.
gtk/gtkspinbutton.c